home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title> </title> <LINK REL="stylesheet" TYPE="text/css" HREF="%4css/default.css"> </head> <SCRIPT language="JavaScript"> // LOCALIZATION STRINGS var _someRightsHaveChanged = "You have changed the right roles for some other users or user groups.\n\nDiscard the changes and show the custom rights settings for the current user or user group?"; </SCRIPT> <SCRIPT> var num=%3; var uidDefRights = new Array(num); function hasAnythingChanged( excludeThis) { for ( i = 0; i < num; i++) { if ( i != excludeThis) { with ( document.forms.objectRight.elements["ERights"+i]) { if ( uidDefRights[i] != options[selectedIndex].value) return true; } } } return false; } function goToAdvancedRight( idx) { var goAheadDoIt = true; if ( hasAnythingChanged( idx)) goAheadDoIt = window.confirm(_someRightsHaveChanged); if (!goAheadDoIt) { // back to its old self for ( var i = 0; i < document.forms.objectRight.elements["ERights"+idx].options.length; i++) if ( document.forms.objectRight.elements["ERights"+idx].options[i].value == uidDefRights[idx]) document.forms.objectRight.elements["ERights"+idx].options[i].selected = true; } else { top.target_frame.location = "%7" + document.forms.objectRight.elements["uid"+idx].value; } } function checkForAdvancedRight( idx) { if ( document.forms.objectRight.elements["ERights"+idx].selectedIndex == 6) goToAdvancedRight( idx); } function update() { var i; for ( i = 0; i < num; i++) { with ( document.forms.objectRight.elements["ERights"+i]) { if ( uidDefRights[i] != options[options.selectedIndex].value) { document.forms.objectRight.elements["ERightsMod"+i].value = "true"; } } } document.objectRight.submit(); } function reset() { document.forms.objectRight.reset(); } function addremove() { top.target_frame.location = "%5"; } // Refresh the current page function refresh() { window.location = "%6"; } </SCRIPT> <BODY LEFTMARGIN="0" TOPMARGIN="0"> <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV> <SCRIPT SRC="%4js/helps.js"></SCRIPT> <SCRIPT SRC="%4js/tips.js"></SCRIPT> <FORM name="objectRight" method=POST action="%2"> <INPUT type=hidden name="rnum" value="%3"> <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%"> <TR CLASS="listHeading" WIDTH="100%"> <TD CLASS="listHeading" WIDTH="18%" ALIGN="LEFT"><span ID="text"> Name</SPAN></TD> <TD CLASS="listHeading" WIDTH="14%" ALIGN="LEFT"><span ID="text">Full Name </SPAN></TD> <TD CLASS="listHeading" WIDTH="8%" ALIGN="LEFT"><span ID="text">Object</SPAN></TD> <TD CLASS="listHeading" WIDTH="33%" ALIGN="LEFT"><span ID="text">Description</SPAN></TD> <TD CLASS="listHeading" WIDTH="15%" ALIGN="LEFT"><span ID="text">Access Level</SPAN></TD> <TD CLASS="listHeading" WIDTH="12%" ALIGN="LEFT"><span ID="text">Net Access</SPAN></TD> </TR> %1 </TABLE> </FORM> <script language="JavaScript"> document.forms.objectRight.reset(); </script> </body> </html>